projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
208767c
)
(FRAME_SUPPORT): Add faces.elc.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 22:57:41 +0000
(22:57 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 11 Aug 1994 22:57:41 +0000
(22:57 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 46c71b0e468da462d8f6fe90cebb403eeb02f6b6..f2bc7736a2e1886a84d8f7840f4b8ddb2404ec05 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-520,7
+520,8
@@
otherobj= $(termcapobj) lastfile.o $(mallocobj) $(allocaobj) $(widgetobj)
#ifdef MULTI_FRAME
#define FRAME_SUPPORT ${lispdir}frame.elc ${lispdir}menu-bar.elc \
- ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc
+ ${lispdir}mouse.elc ${lispdir}select.elc ${lispdir}scroll-bar.elc \
+ ${lispdir}faces.elc
#else
#define FRAME_SUPPORT
#endif